func runtime.stackfree

6 uses

	runtime (current package)
		mgcmark.go#L309: 		stackfree(gp.stack)
		proc.go#L1493: 		stackfree(m.gsignal.stack)
		proc.go#L1735: 				stackfree(freem.g0.stack)
		proc.go#L4196: 		stackfree(gp.stack)
		stack.go#L445: func stackfree(stk stack) {
		stack.go#L936: 	stackfree(old)